Dynamics AX 365 – insert not allowed for fields In Data Entity

Dynamics AX 365 – insert not allowed for fields Data entity related Solution 1:1. Data entity and staging table those error fields shouldn’t set property for AllowEdit and AllowEditOnCreate to “NO”.2. Chaneg those field property to “Yes”3. Rebuild solution and SYNC DB4. Refresh entity List Solution 2:1. Code: this. skipDatasourceValidationField(FieldNum(<DS Name>, <DS Field Name>), true);2. Write … Continue reading Dynamics AX 365 – insert not allowed for fields In Data Entity